Block/Unblock USB Ports in windows using VB.NET

FacebookTwitterLinkedInIn vb.NET, it is possible to control the port of windows, by editing the values in the local registry. Below are two functions that can be used to block and unblock USB ports using VB.NET. First, you need to import namespace below: Imports Microsoft.Win32 Disable/Block USB Port using VB.NET Private Sub BlockUSPPort() Dim regKey As … Continue reading Block/Unblock USB Ports in windows using VB.NET